From b17c463e75f088b1f16d58aef25959f2dfea9217 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sat, 17 Jun 2017 10:35:20 -0700 Subject: [PATCH] Fix typo in comment --- src/cargo/ops/cargo_rustc/job_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/ops/cargo_rustc/job_queue.rs b/src/cargo/ops/cargo_rustc/job_queue.rs index 1934e2c8b..40a0515e5 100644 --- a/src/cargo/ops/cargo_rustc/job_queue.rs +++ b/src/cargo/ops/cargo_rustc/job_queue.rs @@ -113,7 +113,7 @@ impl<'a> JobQueue<'a> { let _p = profile::start("executing the job graph"); // We need to give a handle to the send half of our message queue to the - // jobserver helper thrad. Unfortunately though we need the handle to be + // jobserver helper thread. Unfortunately though we need the handle to be // `'static` as that's typically what's required when spawning a // thread! // -- 2.30.2